math/big.nat.divRecursive (method)

2 uses

	math/big (current package)
		natdiv.go#L629: 		q.divRecursive(stk, u, v)
		natdiv.go#L740: func (z nat) divRecursive(stk *stack, u, v nat) {